The following tables list the members exposed by DialogUICommand<T>.
Name | Description | |
---|---|---|
![]() | DialogUICommand<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | DialogResult | The dialog result associated with this command. |
![]() | Enabled | Enables or disables the UI command. (Inherited from Cocktail.UICommand) |
![]() | IsCancelCommand | Specifies whether this command is used to cancel an operation. (Inherited from Cocktail.UICommand) |
![]() | IsDefaultCommand | Specifies whether this command is the default command. (Inherited from Cocktail.UICommand) |
![]() | Label | Gets or sets the optional label of the UI command. (Inherited from Cocktail.UICommand) |
![]() | WasCancelled | Returns true if the command invocation was cancelled. (Inherited from Cocktail.UICommand) |
Name | Description | |
---|---|---|
![]() | Dispose | Overridden. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Name | Description | |
---|---|---|
![]() | OnInvoked | Triggers the Invoked event. |
![]() | OnPropertyChanged | Triggers the UICommand.PropertyChanged event. (Inherited from Cocktail.UICommand) |
Name | Description | |
---|---|---|
![]() | Invoked | Event triggerd when the UI command is being invoked. |
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from Cocktail.UICommand) |